home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libenchant1c2a / README < prev   
Text File  |  2009-05-23  |  2KB  |  63 lines

  1. libenchant -- Generic spell checking library
  2. Dom Lachowicz <cinamod@hotmail.com>
  3.  
  4.    libenchant is licensed under the terms of the GNU LGPL included in the
  5. file COPYING.LIB.
  6.  
  7.    The project aims to provide an efficient extensible abstraction for
  8. dealing with different spell checking libraries.
  9.  
  10.    Enchant is meant to provide a generic interface into various existing
  11. spell checking libaries. These include, but are not limited to:
  12.     * Aspell/Pspell
  13.     * Ispell
  14.     * Hspell
  15.     * Uspell
  16.  
  17.    Enchant is also meant to be used in a cross-platform (XP) environment. Part
  18. of this means that Enchant wants to limit its number of external dependencies
  19. to 0, or as close is as humanly possible. Also, any enchant consumer (i.e. a
  20. Word Processor) should not need to know about what backend providers Enchant
  21. knows about. In fact, Enchant shouldn't even need to know this information
  22. itself. To accomplish this, all of Enchant's providers are DLLs.
  23.  
  24.    Enchant is also meant to be used in a multi-user environment, such as Unix.
  25. It is preferable to have both a $USER and a $GLOBAL location for both 
  26. provider DLLs and for dictionaries themselves, when possible. Enchant's DLL
  27. location algorithm takes this into account, and gives preference to the $USER
  28. DLLs, when found.
  29.  
  30. To report libenchant bugs, please visit bugzilla.abisource.com.
  31.     This library is free software; you can redistribute it and/or modify
  32.     it under the terms of version 2.1 of the GNU Lesser General Public License
  33.     as published by the Free Software Foundation.
  34.  
  35.     This program is distributed in the hope that it will be useful,
  36.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  37.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  38.     GNU General Public License for more details.
  39.  
  40.     You should have received a copy of the GNU Lesser General Public License
  41.     along with this program; if not, write to the Free Software Foundation,
  42.     Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  43.  
  44. -- 
  45.  
  46. This library has taken insight from
  47.  
  48. Aspell/Pspell:
  49.     - http://aspell.net
  50.  
  51. Mailing lists
  52. -------------
  53.  
  54.    There is NO mailing list used to discuss libenchant specificly as yet.  For now
  55. please use the AbiWord-devel list. To subscribe send a mail to:
  56.  
  57.     abiword-dev-request@abisource.com
  58. And in the body of the message write "subscribe"
  59.  
  60. An archive of the mailing lists is available in:
  61.     http://www.abisource.com/mailinglists/abiword-dev/
  62.  
  63.